home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineButton2_223 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  109 b   |  7 lines

  1. on(release){
  2.    if(_root.pmenu.options._visible == false)
  3.    {
  4.       _root.gotoAndStop("game");
  5.    }
  6. }
  7.